From 60aee6d9d6bf90f4eb60e570bf64c189cb561d88 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 12 Jun 2003 01:30:05 +0000 Subject: [PATCH] make inclusion of sys/time.h !WIN32 specific. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@388 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/jeeps/gpsserial.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/jeeps/gpsserial.c b/gpsbabel/jeeps/gpsserial.c index 7948cc7f8..d03d6f765 100644 --- a/gpsbabel/jeeps/gpsserial.c +++ b/gpsbabel/jeeps/gpsserial.c @@ -136,6 +136,7 @@ int32 GPS_Serial_Read(int32 ignored, void *ibuf, int size) #else #include +#include #include static struct termios gps_ttysave; -- 2.30.2